home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / FORTH / H166A.ZIP / FPCHLP.ZIP / FILSTAT.HLP < prev    next >
Encoding:
Text File  |  1987-12-21  |  243 b   |  9 lines

  1. \ FILSTAT.HLP   Display file status, and loaded files.  by Tom Zimmer
  2.  
  3. .LOADED         ( --- )
  4.         Print a list of all files that have been loaded.
  5.  
  6. .FILES          ( --- )
  7.         Print the contents of the system handle stack.
  8.  
  9.